Answer:

Maybe, maybe not. The user would have to type both numbers before hitting "enter." This might be awkward.

Do it! Button

Fat Calculator GUI

 

The user must enter both values before the application code can be started. You could write the event listener to check that there is data in both fields before it calls the application method. However, let us take a different approach. This is to include a button that the user clicks to start the calculation.

QUESTION 11: